home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / csp9606a.zip / READ.ME < prev   
Text File  |  1996-06-02  |  1KB  |  27 lines

  1. CSPLIT is a program written to assist posting C and C++ source
  2. code in the FidoNet C/C++ language conferences.
  3.  
  4. See the comments in the C source file for complete details of
  5. operation.  A short summary is given by executing the program
  6. without command line parameters.  The program has been donated
  7. to the public domain by the author and contributors.
  8.  
  9. The source is portable to most systems supporting ANSI C.  Note
  10. that the symbol __STDC__, if defined by the compiler, inhibits
  11. wildcard filename support.  If __STDC__ is not defined, the
  12. program attempts to provide wildcard filename support via macros
  13. defined in portable.h for a variety of PC-based compilers.
  14.  
  15. Fred Cole
  16.  
  17. ====================================================================
  18.  
  19. CSplit  Version 2.2  06/02/96  consists of:
  20.  
  21. csplit   c          37,582 06-02-96   2:20a
  22. csplit   h           1,912 06-02-96   2:20a
  23. portable h           6,835 08-19-95   1:00a
  24. csplit   exe        25,734 06-02-96   2:20a
  25. read     me          1,039 06-02-96   2:20a
  26.  
  27.